ScriptSetActiveAll

 

 Change the activation status of the script  'At Program Running'.

 

void @ScriptSetActiveAll(int flag);

 

Parameters

int flag : Active status to change (0=inactive, 1=active)

 

Return Value

None

 

Example

ScriptSetActiveAll(1);

 

Description : Activate the current full script state (1).

 

Version Information

Supported Version : 10.2.5 or higher

 

Related Helps

@ScriptGetActiveAll()

@ScriptGetActiveFile()

@ScriptSetActiveAll()

@ScriptSetActiveFile()